home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Resources
/
Mission14Strings.script
< prev
next >
Wrap
Text File
|
2002-07-04
|
2KB
|
45 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
//
// Mission strings
//
class CEliminateDescentMission_Strings
{
final static array m_MissionObjectives = array(
"ZniΦit nacistick² postup sm∞rem k Zillahu",
"ZniΦit nacistick² postup sm∞rem k Benghazi",
"ZniΦit nacistick² postup sm∞rem k Al-Bwairatu",
"ZniΦit nacistickou strß₧ na k°i₧ovatce"
);
final static array m_BonusMissionObjectives = array(
"VyΦistit silnici Benghazi-Zillah"
);
final static string str_StatisticsTitle = "";
final static array m_NavigationPoints = array(
"Strß₧ protivnφka",
"Benghazi",
"Al-Bwairat",
"Zillah"
);
final static string str_ZilahDropped = "V²sadek p°istßl v Zillahu";
final static string str_BwairatDropped = "V²sadek p°istßl v Al-Bwairatu";
final static string str_BenghaziDropped = "V²sadek p°istßl v Benghazi";
final static string str_ZillahCaptured = "Mise byla ne·sp∞Ünß: Zillah dobit";
final static string str_BenghaziCaptured = "Mise byla ne·sp∞Ünß: Benghazi dobito";
final static string str_BwairatCaptured = "Mise byla ne·sp∞Ünß: Al-Bwairat dobit";
}